Developer Documentation

QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Deletion Method

An application-defined attribute or element type may support a deletion method.

TQ3XElementDeleteMethod

The TQ3XElementDeleteMethod functionality is optional. If included, it deletes an attribute or element.

#define kQ3XMethodTypeElementDelete Q3_METHOD_TYPE('e','c','p','l')
typedef TQ3Status (*TQ3XElementDeleteMethod)(
                     void    *internalElement);
internalElement
Internal element to delete.

DESCRIPTION

The TQ3XElementDeleteMethod method deletes the element pointed to by internalElement.


© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |